Skip to content

NDV_CODE_BY_VARSHINIP_Studentrecordmanagement#587

Open
varshini-creates wants to merge 1 commit intondvtechsyssolutions:mainfrom
varshini-creates:varshini2321-studentrecordmanagement
Open

NDV_CODE_BY_VARSHINIP_Studentrecordmanagement#587
varshini-creates wants to merge 1 commit intondvtechsyssolutions:mainfrom
varshini-creates:varshini2321-studentrecordmanagement

Conversation

@varshini-creates
Copy link
Copy Markdown

ASSIGNMENT-1 Student Record Management System (Python + JSON)
The Student Record Management System is a simple Python application that allows users to store, manage, and manipulate student information. It is implemented using Object-Oriented Programming (OOP) concepts and stores student data in a JSON file for persistence.

Features
Add Student –
Display All Students –
Search Student –
Delete Student –
Update Student –

Working
Each student is represented as a Student object with attributes:
name
roll_no
course
marks
The StudentManager class handles all operations:
File Handling → Uses a JSON file (student.json) to store and retrieve student records.
CRUD Operations → Provides methods for adding, displaying, searching, deleting, and updating student details.
Menu System → A loop-based menu that interacts with the user and calls the respective functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant